projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c05cb1
)
* lisp/progmodes/octave.el (help-button-action): Declare.
author
Glenn Morris
<rgm@gnu.org>
Thu, 12 Sep 2013 05:43:23 +0000
(22:43 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 12 Sep 2013 05:43:23 +0000
(22:43 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/octave.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 70ef9480ab487d24131576135db8f0c2b2488638..f413e410de65e3e09cafc5bff081ffacee39450a 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2013-09-12 Glenn Morris <rgm@gnu.org>
+ * progmodes/octave.el (help-button-action): Declare.
+
* shell.el (shell-directory-tracker): Output error as a message
rather than just returning it as a string.
(shell-process-pushd): Remove useless use of message.
diff --git
a/lisp/progmodes/octave.el
b/lisp/progmodes/octave.el
index de1c26a7fa760ed57b069a7dca57029da6f0ee53..f20a57940bec85aa9da61a1ef6535cfc44735224 100644
(file)
--- a/
lisp/progmodes/octave.el
+++ b/
lisp/progmodes/octave.el
@@
-1581,6
+1581,9
@@
code line."
:group 'octave
:version "24.4")
+;; Used in a mode derived from help-mode.
+(declare-function help-button-action "help-mode" (button))
+
(define-button-type 'octave-help-file
'follow-link t
'action #'help-button-action